ComponentOne ASP.NET MVC Controls
MaxHeight Method (ListBoxBuilder<T>)

C1.Web.Mvc.Fluent Namespace > ListBoxBuilder<T> Class : MaxHeight Method
The value.
Configurates C1.Web.Mvc.ListBox<T>.MaxHeight. Sets the maximum height of the list.
Syntax
'Declaration
 
Public Function MaxHeight( _
   ByVal value As Double _
) As ListBoxBuilder(Of T)
public ListBoxBuilder<T> MaxHeight( 
   double value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ListBoxBuilder<T> Class
ListBoxBuilder<T> Members